Usage
The following matrix outlines the Cloud API Management Gateway business rules and policies applied when the max-payload-size for incoming requests exceeds the configured value.
| Configuration Parameter | Configured Value (KB) | Request/Response Payload Size (KB) | Maximum Allowed (KB) | Endpoint Fail-safe | Gateway Forward Call | Notes |
|---|---|---|---|---|---|---|
max-payload-size | 5 | 3 | 1024 | N/A | Yes | Call is forwarded. |
max-payload-size | 5 | 7 | 1024 | Yes | Yes | Add a debug message or warning, but do not block the call. |
max-payload-size | 5 | 7 | 1024 | No | No | Block the call with an error message. |
max-payload-size | 50 | 2000 | 1024 | N/A | No | Block the call with an error message. |